home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / utils / jpegdump / readme < prev   
Text File  |  1993-10-26  |  543b  |  13 lines

  1. Enclosed are C source code and a DOS executable for jpegdump, a JPEG file
  2. inspection program.  The documentation, such as it is, is in the initial
  3. comments in jpegdump.c.  Basic usage is:
  4.  
  5.     jpegdump  jpeg file name(s)
  6.  
  7. which will print basic info about each file (image dimensions, quality
  8. setting, sampling ratios).  You can vary the amount of information printed
  9. with switches -q and -v (multiple -v's get even more verbose).
  10.  
  11. jpegdump was written by Allan Hessenflow, with modifications by Tom Lane.
  12. It is free but copyrighted.
  13.